Add fallback implemetation for rint()/round()
authorChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 19 Aug 2011 07:56:32 +0000 (15:56 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Sat, 20 Aug 2011 03:17:43 +0000 (11:17 +0800)
commitdb3fecc5b9a06af7b015b241b8ee735b65f786ea
tree687513809169d8e78a74b987dc581a41ad285a34
parent054a62549738d2305486a43d88750d316be44f9b
Add fallback implemetation for rint()/round()

Add an implementation for rint() and round() for compilers that do not
define one or both of them.  Note that this file should be included
after config.h was included.
gtk/fallback-c89.c [new file with mode: 0644]